The following tables list the members exposed by PercentileData<T,TRoot>.
Name | Description | |
---|---|---|
![]() | PercentileData<T,TRoot> Constructor |
Name | Description | |
---|---|---|
![]() | CachedCastedList | Gets / sets the System.Collections.IList of data casted to the System.Linq.IQueryable which is needed for later actions. (Inherited from Infragistics.Controls.Grids.PercentileData) |
![]() | CalculatedMaximumPercentileValue | Gets the highest value from the list of value. (Inherited from Infragistics.Controls.Grids.PercentileData) |
![]() | CalculatedMinimumPercentileValue | Gets the lowest value from the list of value. (Inherited from Infragistics.Controls.Grids.PercentileData) |
![]() | CalculatedValuesDictionary | Gets / sets an System.Collections.IDictionary which contains previously calculated and cached values. (Inherited from Infragistics.Controls.Grids.PercentileData) |
![]() | ItemCount | Gets / sets a count of how many items are in the processed list. (Inherited from Infragistics.Controls.Grids.PercentileData) |
![]() | OriginalSortedList | Gets the original list that was generated by the Context operation. (Inherited from Infragistics.Controls.Grids.PercentileData) |
Name | Description | |
---|---|---|
![]() | GetPercentileValue | Overridden. Determines the percentile value that the inputted value will fall into. |
Name | Description | |
---|---|---|
![]() | GetValueJustOverPercentile | Overridden. Attempts to find the first object in a given percentile range. |
![]() | GetValueJustUnderPercentile | Overridden. Attempts to find the last object in a given percentile range. |
![]() | OnOriginalSortedListSet | Overridden. Method called when the OriginalSortedList is set so that any calcualations that need to be done can be. |